Step 3: Pinecone
Pinecone Setup​
- Navigate to Pinecone.io and create an account
- Create a new serverless index. Name it anything you want. It's recommended that you use the same name as
APP_NAME
. - Create a Pinecone API Key
- Save the Pinecone Index Name and API Key in your
.env
file as
PINECONE_INDEX_NAME = <Pinecone Index Name>
PINECONE_API_KEY = <Pinecone API Key>